.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: initial !important;
  margin-bottom: initial !important;
}




/* 菜单 */
.navmenu .lpgin-btn {
  background: #61C1BD;
  padding: 7px 12px;
  border-radius: 3px;
  color: #fff;
}

.content {
  background-image: url(/zjnshrcb/uiFramework/commonResource/image/2021122415300149179.png);
}

.frame-plank {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}

/* 轮播图 */
.banner-box {
  height: 368px;
}

.banner-box .slide {
  height: 460px;
}

.banner-box .item img {
  width: 100%;
  height: 530px !important;
}

.banner-box .carousel-indicators li {
  width: 35px;
  height: 5px;
  border: 1px solid #fff;
  background-color: #fff;
}

.banner-box .carousel-indicators .active {
  width: 35px;
  height: 5px;
  border: 1px solid #61C1BD;
  background-color: #61C1BD;
}

.carousel-indicators {
  bottom: 2%;
}

/* 标签模块 */
.label-box .lb-box {
  position: relative;
  display: flex;
  margin-top: -45px;
  z-index: 4;
}

.label-box .lb-modle {
  display: flex;
  flex: 1;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 13px;
  border-radius: 4px;
  margin: 0 10px;
  background: #fff;
}

.label-box .lb-modle:nth-child(1) {
  margin-left: auto;
}

.label-box .lb-modle:nth-child(4) {
  margin-right: auto;
}

.label-box .lb-modle .lb-m-img {
  flex: 1;
}

.label-box .lb-modle .lb-m-text {
  flex: 2;
}

.label-box .lb-modle .lb-m-text h4 {
  font-weight: bold;
  color: #000;
  font-size: 15px;
  line-height: 28px;
}

.label-box .lb-modle .lb-m-text span {
  color: #9C9C9C;
  font-size: 12px;
}

/* 最新要闻 */
.journalism .jl-box {
  display: flex;
}

.journalism .jl-box .main_left {
  width: 354px;
  overflow: hidden;
}

/*最新公告及本行新闻的列表开始*/
.zuixinUl ul {
  width: 255px;
  _height: 120px;
  padding: 10px 0 10px 20px;
  background: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B2FFFFFF, endcolorstr=#B2FFFFFF);
}

.zuixinUl ul li {
  height: 30px;
  line-height: 30px;
  color: #adadb0;
  font-weight: lighter;
}

.zuixinUl ul li a {
  color: #545454;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  font-weight: lighter;
}

.zuixinUl ul li span {
  color: #adadb0;
  font-size: 12px;
  padding: 0 5px 0 0;
}

.zuixinUl ul li a:hover {
  color: #004ea2;
}

.journalism .jl-box .jl-b-text {
  width:810px;
  margin-left:19px;
}

.journalism .jl-box .jl-b-text h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 35px;
  padding: 35px 0;
}

.journalism .jl-box .jl-b-text h4 a {
  font-size: 28px;
}

.journalism .jl-box .jl-b-text h4 b {
  color: #FFA738;
}

.journalism .jl-box .jl-b-text p {
  color: #666666;
  font-size: 14px;
  line-height: 35px;
  height: 195px;
  overflow: hidden;
}

.journalism .jl-box .jl-b-text .more {
  text-align: right;
  color: #BBBBBB;
  font-size: 13px;
}

/* 动态信息 */

.dynamic {
  background: #F8F8F8;
}

.dynamic .dc-box {
  padding: 45px 0;
}

.dc-box .nav-tabs {
  border-bottom: 1px solid #fff;
}

.dc-box .nav-tabs>li.active>a,
.dc-box .nav-tabs>li.active>a:focus,
.dc-box .nav-tabs>li.active>a:hover {
  background: none;
  border: none;
  border-bottom: 3px solid #60C1BE;
  color: #60C1BE;
  font-weight: bold;
  font-size: 16px;
}

.dc-box .nav-tabs>li>a {
  color: #343434;
  font-weight: bold;
  font-size: 16px;
}

.dc-box .tc-modle {
  display: flex;
}

.dc-box .tc-modle .tc-m-list {
  flex: 1;
}

.dc-box .tc-modle .tc-m-list .tc-m-l-info {
  padding: 20px 30px;
  background: #fff;
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 0px 7px 0px rgba(0, 0, 0, 0.1);
}

.dc-box .tc-modle .tc-m-list .tc-m-l-info .title h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
}

.dc-box .tc-modle .tc-m-list .tc-m-l-info .title::after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background: #60C1BE;
  margin: 13px 0;
}

.dc-box .tc-modle .tc-m-list .tc-m-l-info p {
  line-height: 18px;
  color: #9E9E9E;
  height: 54px;
  overflow: hidden;
}

.dc-box .tc-modle .tc-m-list .tc-m-l-info .time {
  text-align: right;
  color: #BDBDBD;
}

.dc-box .tc-modle .tc-m-list .tc-m-l-info.long-box {
  height: 413px !important;
  padding: 38px 55px;
}

.dc-box .tc-modle .tc-m-list .tc-m-l-info.long-box .time {
  text-align: initial;
  line-height: 45px;
  font-size: 16px;
}

.dc-box .tc-modle .tc-m-list .tc-m-l-info.long-box p {
  height: 140px;
}

.dc-box .tc-modle .tc-m-list .tc-m-l-info.long-box .more {
  text-align: right;
  margin: 20px 0;
}

.dc-box .tc-modle .tc-m-list .tc-m-l-info.long-box .more a {
  color: #BDBDBD;
}

/* 投资理财 */
.investment .it-box {
  padding: 45px 0;
}


.it-box .it-b-model {
  display: flex;
  margin: 40px 0;
}

.it-box .it-b-model .it-b-m-list {
  flex: 1;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 40px 28px;
  border-radius: 4px;
  margin: 0 10px;
  background: #fff;
  text-align: center;
  transition: all .3s;
}

.it-box .it-b-model .it-b-m-list:nth-child(1) {
  margin-left: auto;
}

.it-box .it-b-model .it-b-m-list:nth-child(4) {
  margin-right: auto;
}

.it-box .it-b-model .it-b-m-list h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 14px;
}

.it-box .it-b-model .it-b-m-list .time {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 9px;
}

.it-box .it-b-model .it-b-m-list .time span {
  color: #999999;
}

.it-box .it-b-model .it-b-m-list .time span:nth-child(1) {
  margin-right: 10px;
}

.it-box .it-b-model .it-b-m-list .text {
  margin-top: 20px;
}

.it-box .it-b-model .it-b-m-list .text h5 {
  font-size: 14px;
  color: #6C6C6C;
}

.it-box .it-b-model .it-b-m-list .text span {
  display: block;
  font-size: 21px;
  font-weight: bold;
  margin: 8px 0 10px 0;
  color: #333333;
}

.it-box .it-b-model .it-b-m-list .text p {
  margin: 6px 0;
  color: #A0A0A0;
}

.it-box .it-b-model .it-b-m-list .text i.icon-qg,
.it-box .it-b-model .it-b-m-list .text i.icon-fx {
  background: url("../images/icon-hg.png") no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.it-box .it-b-model .it-b-m-list .text i.icon-fx {
  background: url("../images/icon-fx.png") no-repeat center;
  background-size: cover;
}

.it-box .it-b-model .it-b-m-list .btn-a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.it-box .it-b-model .it-b-m-list .btn-a a {
  display: block;
  background: #BBBBBB;
  padding: 14px 50px;
  border-radius: 25px;
  color: #fff;
  margin-top: 30px;
  transition: all .5s;
}

.it-box .it-b-model .it-b-m-list:hover {
  margin-top: -10px;
}

.it-box .it-b-model .it-b-m-list:hover .text span {
  color: #FFA532;
}

.it-box .it-b-model .it-b-m-list:hover .btn-a a {
  background: #61C1BD;
}
.journalism .jl-box .word {
  width:791px;
  height:352px;
  margin-left:32px;
}
.journalism .jl-box .Important{ float:left; width:354px; height:250px; padding:18px 0 0 10px;}
.fram{ float:left; width:354px; height:83px; background-image:url(/zjnshrcb/uiFramework/commonResource/image/2021122415312574332.png); background-repeat:repeat-x;}
.fram li{ margin-right:25px; margin-top:22px; cursor:pointer; line-height:35px; float:left; width:112px; height:60px; font-size:18px; }
.fram li .tyub_img{ background-image:url(/zjnshrcb/uiFramework/commonResource/image/2021122415304148785.png); background-repeat:no-repeat; background-position:center left; float:left; width:35px; height:35px;}
.fram li .tyub2_img{ background-image:url(/zjnshrcb/uiFramework/commonResource/image/2021122415305818082.png); background-repeat:no-repeat; background-position:center left; float:left; width:35px; height:35px;}
.fram li.tabFocus{font-weight:bold;  color:#2f2f2f; background-image:url(/zjnshrcb/uiFramework/commonResource/image/2021122415311697576.png); background-repeat:no-repeat; background-position:bottom center;}
.fram li.tabFocus .tyub_img{ background-image:url(/zjnshrcb/uiFramework/commonResource/image/2021122415305049852.png);}
.fram li.tabFocus .tyub2_img{ background-image:url(/zjnshrcb/uiFramework/commonResource/image/2021122415310661591.png);}
#content .conFocus{ display:block;}
.yw_list{ float:left; width:354px;}
.yw_list li{ float:left; width:331px; background-image:url(../images/li.png); background-repeat:no-repeat; background-position:left center; height:30px; line-height:30px; padding-left:10px;}
.yw_list li a{ color:#2f2f2f;}
.yw_list li a:hover{ color:#f9b806;}
.yw_list li span{ float:right; color:#c5c4c4;}